public class Image : FrameContentElementPublic Class Image
Inherits FrameContentElement| Image | Initializes a new instance of the Image class. |
| Image(String) | Initializes a new instance of the Image class. |
| Image(String, Byte) | Initializes a new instance of the Image class. |
| Image(String, Stream) | Initializes a new instance of the Image class. |
| Content | Contains a collection of IDrawText objects. |
| FileName | Contains the file name of image. |
| Filter | Contains the filter name for an image. This attribute contains the internal filter name that an consumer has used to load the graphic. |
| Add(IDrawText) | Adds a IDrawText object to the content. |
| Add(List) | Adds a List object to the content. |
| Add(Paragraph) | Adds a Paragraph object to the content. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetBuffer | |
| GetContentElements |
Returns all content elements.
(Overrides FrameContentElementGetContentElements) |
| GetHashCode | (Inherited from Object) |
| GetParent |
Returns the parent element.
(Inherited from FrameContentElement) |
| GetStream | |
| GetType | (Inherited from Object) |
| Load(String) | |
| Load(String, Byte) | |
| Load(String, Stream) | |
| MemberwiseClone | (Inherited from Object) |
| Save(Stream) | |
| Save(String) | |
| Save(String, Boolean) | |
| ToString |
Converts the value of the current Image object to its equivalent string representation.
(Overrides ObjectToString) |